home *** CD-ROM | disk | FTP | other *** search
/ Know Your Baseball - The Greatest Player Resource / Know Your Baseball - Greatest Player.iso / Baseball / Director / KTGCST.CST / 00040_Script_-- special mousUp button to replay sounds once you are in a section KTG dir < prev    next >
Text File  |  1998-09-21  |  181b  |  7 lines

  1. on mouseUp
  2.   set the membernum of sprite 40 = the membernum of sprite 40+1
  3.   set the blend of sprite 40 = 100
  4.   setat(gbuttonState,40,2)
  5.   puppetsound AnnSnd
  6.   updatestage
  7. end